net/http.http2ClientConn.t (field)

26 uses

	net/http (current package)
		h2_bundle.go#L7475: 	t             *http2Transport
		h2_bundle.go#L7631: 		cs.cc.t.markNewGoroutine()
		h2_bundle.go#L7918: 		t:                     t,
		h2_bundle.go#L8011: 	pingTimeout := cc.t.pingTimeout()
		h2_bundle.go#L8014: 	ctx, cancel := cc.t.contextWithTimeout(context.Background(), pingTimeout)
		h2_bundle.go#L8164: 	if cc.t.StrictMaxConcurrentStreams {
		h2_bundle.go#L8258: 		cc.t.markNewGoroutine()
		h2_bundle.go#L8337: 	if f := cc.t.CountError; f != nil {
		h2_bundle.go#L8365: 	if cc.t.t1 != nil {
		h2_bundle.go#L8366: 		return cc.t.t1.ResponseHeaderTimeout
		h2_bundle.go#L8437: 	if !cc.t.disableCompression() &&
		h2_bundle.go#L8550: 	cs.cc.t.markNewGoroutine()
		h2_bundle.go#L8604: 	continueTimeout := cc.t.expectContinueTimeout()
		h2_bundle.go#L8664: 		timer := cc.t.newTimer(d)
		h2_bundle.go#L9369: 	closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
		h2_bundle.go#L9389: 	cc.t.markNewGoroutine()
		h2_bundle.go#L9423: 	cc.t.connPool().MarkDead(cc)
		h2_bundle.go#L9463: 	f := cc.t.CountError
		h2_bundle.go#L9490: 	readIdleTimeout := cc.t.ReadIdleTimeout
		h2_bundle.go#L9493: 		t = cc.t.afterFunc(readIdleTimeout, cc.healthCheck)
		h2_bundle.go#L10023: 	cc.t.connPool().MarkDead(cc)
		h2_bundle.go#L10027: 		if fn := cc.t.CountError; fn != nil {
		h2_bundle.go#L10161: 	if fn := cs.cc.t.CountError; fn != nil {
		h2_bundle.go#L10191: 		cc.t.markNewGoroutine()
		h2_bundle.go#L10265: 	cc.t.logf(format, args...)
		h2_bundle.go#L10269: 	cc.t.vlogf(format, args...)